Update gtk_compose_seqs_compact[] table for French layout bepo variant.
authorTakao Fujiwara <tfujiwar@redhat.com>
Mon, 8 Sep 2014 03:41:48 +0000 (12:41 +0900)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 11 Sep 2014 01:30:46 +0000 (21:30 -0400)
commit9f1724b3556bb09cc39b4e4a708620f02413f9a4
tree3f4cbe6c9dedcf628d22186ccb233c765688128e
parenta13c41137e454cf7a7a2a572e9483fa4a827e542
Update gtk_compose_seqs_compact[] table for French layout bepo variant.

fr(bepo) XKB keymap sends dead_stroke with AltGr+l keys
and gtk-im-simple-context should send '/' with
dead_stroke+dead_stroke keys but gtkimcontextsimpleseqs.h
was not sorted in the descending order and failed to get
dead_stroke.
Also need to add dead_currency for Shift+AltGr+e and
dead_belowcomma for Shift+AltGr+Cedilla.

https://bugzilla.gnome.org/show_bug.cgi?id=736250
gtk/compose-parse.py
gtk/gtkimcontextsimple.c
gtk/gtkimcontextsimpleseqs.h